Creates a StackPanel containing the specified Plot-s and AxisRenderer-s. The Panel is automatically added to the Dashboard's LayoutPanel.
Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing
Java Copy Code |
---|
public StackPanel createAndAddColumnLayout ( |
An XAxisRenderer that should be placed at the top side of the plots.
An array of Plot2D instances.
An XAxisRenderer that should be placed at the bottom side of the plots.
A StackPanel instance.